home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / text / hyper / gmake.lha / gmake / c_source / debug.h < prev    next >
Text File  |  1995-08-22  |  131b  |  5 lines

  1. // Debug headers
  2.  
  3. #define REM(a) dbug(a,__LINE__,__FILE__)
  4. #define NOTE(a,b) {MTEXT ewqe;strcpy(ewqe,a);strcat(ewqe,b);REM(ewqe);}
  5.